home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-01-25 | 1.6 KB | 59 lines | [TEXT/MPS ] |
- # UserStartup - MPW Shell UserStartup File
- #
- # Copyright Apple Computer, Inc. 1985-1987
- # All Rights Reserved.
-
- # This file (UserStartup) is executed from the Startup file, and can be used
- # to override definitions made in Startup, or to define additional variables,
- # exports, and aliases. UserStartup may also be used to define menu items,
- # open windows, etc. The file should be located in the directory containing
- # the MPW Shell.
-
- # Init MacApp:
-
- # Set MacApp "{MPW}MacApp:"
- # Export MacApp
- # Execute "{MacApp}MacAppStartUp"
-
- # Create the Directory menu
-
- # The parameters to DirectoryMenu become the initial list of directories
- # in the Directory menu. The parameters below specify each of the
- # Examples directories, and the current directory. Replace them with
- # your favorite directories.
-
- # DirectoryMenu `Directory` `(Files -d -f "{MacApp}MacApp Samples"≈) ≥ Dev:Null` `(Files -d -f "{MPW}"≈Examples≈) ≥ Dev:Null`
- # DirectoryMenu `Directory` `(Files -d -f "{MPW}") ≥ Dev:Null`
-
-
- # Create the Build Menu
-
- # BuildMenu
-
- # {hp} - Directory that contains HyperAppleTalk files.
- Set hp "{MPW}HyperAppleTalk:"
- Export hp
-
- # {atp} - Directory that contains HyperAppleTalk files.
- Set ATP "{MPW}HyperAppleTalk:ATP:"
- Export ATP
-
- # {nbp} - Directory that contains HyperAppleTalk files.
- Set NBP "{MPW}HyperAppleTalk:NBP:"
- Export NBP
-
- # {adsp} - Directory that contains HyperAppleTalk files.
- Set ADSP "{MPW}HyperAppleTalk:ADSP:"
- Export ADSP
-
- # {hpo} - Directory that contains HyperAppleTalk object files.
- Set hpo "{MPW}HyperAppleTalk:o:"
- Export hpo
-
- # {XCMD} - Directory that contains XCMD files.
- Set XCMD "{MPW}XCMDs:"
- Export XCMD
-
-
-
-